Tag Archive
react server components
2 articles tagged with “react server components”
React.js12 min readApril 18, 2026
React Server Components: A Deep Dive into the Hybrid Model
React Server Components blur the line between server and client rendering. Understand the RSC payload, serialization boundaries, and how to architect apps that ship less JavaScript without sacrificing interactivity.
React Server ComponentsRSCReact 19
Read article →Next.js11 min readMay 2, 2026
Next.js App Router: Partial Prerendering and Streaming Explained
Next.js 15+ combines static shells with dynamic islands through Partial Prerendering (PPR). Learn how PPR, streaming, and the App Router change how you architect fast, personalized pages.
Next.jsApp RouterPartial Prerendering
Read article →